type reflect.bitVector
7 uses
reflect (current package)
abi.go#L347: stackPtrs *bitVector
abi.go#L399: stackPtrs := new(bitVector)
makefunc.go#L147: stack *bitVector // ptrmap for both stack args and results
type.go#L2533: bv := new(bitVector)
type.go#L2856: type bitVector struct {
type.go#L2862: func (bv *bitVector) append(bit uint8) {
type.go#L2875: func addTypeBits(bv *bitVector, offset uintptr, t *abi.Type) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |